html, body {
	height: 100%;
	width:100%;
}

.navbar {
	background-color: #201f27;
	padding: 1% 0;
	font-size: 1.2em;
}

.navbar-brand {
	min-height: 55px;
	padding: 0 15px 5px;
	max-width: 155px;
		
}

#mylogo {
	height: 170px;
	width: 100%;
	padding-bottom: 100px;
	
}
.navbar-default .navbar-nav li a {
	color: #D5D5D5;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a.active  {
	color: #FFF;
}

#home {
	background: url('cnnp_background.jpg') no-repeat center center fixed;
	display: table;
	height: 110%;
	position: relative;
	width: 100%;
	background-size: cover;
}

#home_iso {
	background: url('cnnp_background.jpg') no-repeat center center fixed;
	display: table;
	height: 70%;
	position: relative;
	width: 100%;
	background-size: cover;
}

.landing-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}

#logout-navbar {
	color: #E81919;
}

.landing-text h1 {
	font-size: 300%;
	font-weight: 700;
}

.padding {
	padding: 80px 0;
}

.padding img {
	width:100%;
}

footer {
	width: 100%;
	background-color: #201f27;
	padding: 4% 5% 3% 5%;
	color: #FFF;
	position: relative;
}

.fa {
	padding: 15px;
	font-size: 25px;
	color: #FFF;
}

.fa:hover {
	color: #D5D5D5;
	text-decoration: none;
}

.icon {
	max-width: 200px;
}



@media (max-width: 768px) {
	.landing-text h1 {
		font-size: 300%;
	}
	.fa {
		font-size: 20px;
		padding: 10px;
	}
	.icon {
		padding-top: 5%;
		max-width: 100px;
	}
	
	footer {
		padding-top: 10%;
		padding-bottom: 10%;
	}
	
	#footer_2 {
		padding-top: 10%;
	}	
	
	#footer_3 {
		padding-top: 10%;
		padding-bottom: 15%;
	}
	
	.button {
		max-width: 100%;
		animation-delay: 5s;
		position: relative;
	}
	
	.text_custom {
		max-width: 100%;
		position: relative;
		font-size: 24px;
	}
}

.button {
  background-color: #201f27; 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  
}

.button_position {
  padding: 0px 0px 10px 5px;
	
}	

.map_custom {
	position: relative;
	width: 100%;

}

.copyright_sign {
	position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: 18px;	
}	
	
	
@media (max-width: 330px) {
	.landing-text h1 {
		font-size: 250%;
	}
	.fa {
		font-size: 20px;
		padding: 10px;
	}
	.icon {
		padding-top: 5%;
		max-width: 100px;
	}
	
	footer {
		padding-top: 10%;
		padding-bottom: 10%;
	}
	
	#footer_2 {
		padding-top: 10%;
	}	
	
	#footer_3 {
		padding-top: 10%;
		padding-bottom: 15%;
	}
	
	.button {
		width: 100%;
		max-width: 100%;
		animation-delay: 5s;
		position: relative;
		font-size: 14px;
	}
	
	.text_custom {
		max-width: 100%;
		position: relative;
		font-size: 24px;
	}

}

.list_cst {
	text-align:left;
	font-size: 15px;
}
#navigation_font {
	font-family: Garamond, Georgia, Times New Roman;
	font-size: 28px;
	color: white;
	
}

#main_font {
	font-family: "Helvetica%" , Georgia, Times New Roman;
}
	
#footer_font {
	font-family: Garamond, Arial, Calibri;
	
}

#custom_button_toggle {
	background-color: silver;
	
}










